Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code folding is buggy #1424

Merged
merged 1 commit into from
Apr 29, 2020
Merged

Code folding is buggy #1424

merged 1 commit into from
Apr 29, 2020

Conversation

snjeza
Copy link
Contributor

@snjeza snjeza commented Apr 28, 2020

Fixes #1419

Signed-off-by: Snjezana Peco [email protected]

You can reproduce the issue using the following file:

public class Test {
    void foo() {
        char c = '';
    }
}

Signed-off-by: Snjezana Peco <[email protected]>
@snjeza snjeza requested review from gorkem and fbricon April 28, 2020 20:58
@fbricon fbricon merged commit e0b41ca into eclipse-jdtls:master Apr 29, 2020
@fbricon
Copy link
Contributor

fbricon commented Apr 29, 2020

Thanks @snjeza!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Code folding is buggy
2 participants